projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc31f25
)
Clarify C void type description in semantic
author
Stefan Kangas
<stefankangas@gmail.com>
Mon, 14 Oct 2019 19:36:14 +0000
(21:36 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Mon, 14 Oct 2019 19:36:59 +0000
(21:36 +0200)
* admin/grammars/c.by: Clarify void type. (Bug#9222)
admin/grammars/c.by
patch
|
blob
|
history
diff --git
a/admin/grammars/c.by
b/admin/grammars/c.by
index bd1b6a528eef8e4c541cb2cad024238567d4964c..10ff860e21afe8bedf08d4852501c235a8ff6ceb 100644
(file)
--- a/
admin/grammars/c.by
+++ b/
admin/grammars/c.by
@@
-187,7
+187,7
@@
;; Types
%token VOID "void"
-%put VOID summary "Built in type
less type
: void"
+%put VOID summary "Built in type: void"
%token CHAR "char"
%put CHAR summary "Integral Character Type: (0 to 256)"
%token WCHAR "wchar_t"